Carbon will fully support the Thread Manager. Note, however, that the Thread Manager currently provides only cooperative threads. If you want to use preemptive threads, you should use the Multiprocessing Services interface instead.
CreateThreadPool
DisposeThread
GetCurrentThread
GetDefaultThreadStackSize
GetFreeThreadCount
GetSpecificFreeThreadCount
GetThreadCurrentTaskRef
GetThreadState
GetThreadStateGivenTaskRef
NewThread
SetDebuggerNotificationProcs
SetThreadReadyGivenTaskRef
SetThreadScheduler
SetThreadState
SetThreadStateEndCritical
SetThreadSwitcher
SetThreadTerminator
ThreadBeginCritical
ThreadCurrentStackSpace
ThreadEndCritical
YieldToAnyThread
YieldToThread